.sectionContainer{
	width: 100%;
	min-height: 1000px;
	background: #f2f2f2;
	margin:0;
	padding:0;
}
.indexContainer{
	width: 1200px;
	min-height: 1000px;
	margin: 0 auto;
}
/* 最新公告 */
.indexContainer .news_notice{
    width: 100%;
    height: 40px;
	line-height: 40px;
    background: #ffffff;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin:20px 0;
}
/* 最新公告左侧 */
 .indexContainer .news-noticeL{
	width: 10%;
	height: 40px;
	line-height: 40px;
	background: #0e66d4;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	display: inline-block;
	/*background-image: url(../img/index-img/index-zxgg.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
}
/* 最新公告右侧 */
 .indexContainer .news-noticeR{
	width: 90%;
	height: 100%;
	padding:0 20px;
	display: inline-block;
}
/* banner部分 */
.indexContainer .banner-container{
	width: 100%;
	height: 300px;
	display: flex;
}
.indexContainer .banner-left{
	width: 450px;
	height: 100%;
}
.indexContainer .banner-img,.indexContainer .swiper-container,.indexContainer .swiper-wrapper,.indexContainer .swiper-slide{
	width: 100%;
	height: 186px;
}
.indexContainer #rotationChart .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.indexContainer #rotationChart .swiper-slide a p {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    height: 30px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    text-indent: 16px;
}
/* 今日提醒 */
.indexContainer .banner-jrtx{
	width:100%;
	height: 94px;
	margin-top:20px;
	background-color: #fff;
}
.indexContainer .banner-jrtx .jrtx-left{
	width: 128px;
	height: 100%;
}
.indexContainer .jrtx-left div:first-child{
    width: 128px;
    height: 48px;
    line-height: 48px;
	text-align: center;
	background: #d5000d;
	color:#fff;
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	/*background-image: url(../img/index-img/index-jrtx.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
}
.indexContainer .jrtx-left div:last-child{
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.indexContainer .banner-jrtx .jrtx-right{
	width: 280px;
	height: 100%;
	padding:8px 0px;
	/*padding-left: 16px;*/
	padding-right: 5px;
}
.indexContainer .jrtx-right div{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.indexContainer .jrtx-right div i{
	min-width: 28px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	background: #feefd0;
	border: 1px solid #fce4be;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #f67713;
	margin:0 5px;
	font-style: normal;
}
/* 最新通知 */
 .indexContainer .banner-center{
	width: 450px;
	height: 100%;
	margin:0 20px;
	background-color: #fff;
	position: relative;
}
.indexContainer .latest-notice{
	width: 100%;
	height: 130px;
	padding:0 20px;
	position: relative;
}
.indexContainer .latest-notice h2{
	width: 100%;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	font-weight: bold;
	color: #011f4f;
}
.indexContainer .latest-notice h2 span{
	width: 95px;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../img/index-img/index-newTitle.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:8px;
}
.indexContainer .latest-notice div{
	width: 100%;
	height: 90px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom: 20px;
}
.indexContainer .latest-notice div p{
	width: 100%;
	height: 75px;
	line-height: 25px;
	/*text-indent:2em;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.indexContainer .latest-notice div p a{
	font-size: 14px;
	font-weight: 400;
	color: #363636;
}
.indexContainer .latest-notice .xxnrBox{
	position: absolute;
	bottom: 0px;
	right: 16px;
	color:#e5651e;
	cursor: pointer;
}

.indexContainer .indexUlList{
	width: 100%;
	height:169px;
	padding:0px 20px;
	margin-top:10px;
}
.indexContainer .indexUlList li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-right:0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexContainer .indexUlList li a{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
.indexContainer .indexUlList li:before{
	content: ' ';
	position: relative;
	top: 11px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #c9c9c9;
	border-bottom: 5px solid transparent;
	display: inline-block;
	float: left;
	margin-right:10px;
}
.indexContainer .indexUlList li:hover:before{
	border-left-color: #011F4F;
}
.indexContainer .indexUlList li a:hover{
	color:#011F4F;
}
.indexContainer .banner-center .indexMore{
	position: absolute;
	bottom: 30px;
	right: 23px;
	font-size: 12px;
	font-weight: 400;
	color: #0e66d4;
}
/* 蓝色更多 */
.indexContainer .indexMore{
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: 400;
	color: #0e66d4;
}
.indexContainer .indexMore span{
	width: 14px;
	height: 14px;
	display: inline-block;
	background-image: url(../img/index-img/index-jt.png);
	vertical-align: text-bottom!important;
	margin-left:3px;
}
/* 用户登录 */
 .indexContainer .banner-right{
	width: 260px;
	height: 100%;
	background-color: #fff;
	padding:0 17px;
}
/*公用标题 */
.indexContainer .indexh2{
	width: 100%;
	height: 43px;
	line-height: 50px;
	border-bottom:1px solid #e0e0e0;
	color:#0e66d4;
	font-size: 16px;
	font-weight: bolder;
	padding-left:20px;
	position: relative;
}
.indexContainer .indexh2 i{
   display: inline-block;
   width: 3px;
   height: 15px;
   background: #e56821;
   margin-right: 9px;
	position: absolute;
	top: 18px;
	left: 5px;
}
.indexContainer .banner-right ul{
	width: 100%;
	height: 256px;
	padding-top:16px;
}
.indexContainer .banner-right ul li{
	width: 100%;
	height: 64px;
	margin-bottom: 16px;
}
.indexContainer .banner-right ul li img{
	width: 100%;
	height: 100%;
}
/* 主体 */
.indexContainer .mainFloorOne{
	width: 100%;
	height:448px;
	margin-top:20px;
}
/* 集中采购中心公告动态 */
.indexContainer .centralized-rocurement{
	width: 920px;
	height: 100%;
	background-color: #fff;
	padding:0 22px 0 17px;
}
.indexContainer .indexh1a{
	width: 100%;
	height: 49px;
	line-height: 49px;
	padding-top:5px;
	position: relative;
	font-size: 28px;
	color:#0e66d4;
	font-weight: bolder;
}
.indexContainer .indexh1a>img{
	min-width: 121px;
	height: 28px;
}
.indexContainer .indexh1a span{
	width: 692px;
	height: 49px;
	display: inline-block;
	font-size: 12px;
	font-family: Arial, Arial-Regular;
	font-weight: 400;
	color: #8a8888;
	padding-left:20px;
	background-image: url(../img/index-img/zhcg-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 30px;
}
.indexContainer .indexh1b span{
	width: 507px;
	background-image: url(../img/index-img/zsfz-bg.png);
}
.indexContainer .indexh1c span{
	width: 739px;
	background-image: url(../img/index-img/floorImg3.png);
}
.indexContainer .indexh1d span{
	width: 1019px;
	background-image: url(../img/index-img/floorImg4.png);
}
/*楼层  黑色更多  */
.indexContainer .floor-more{
	position: absolute;
	right: 0;
	top:5px;
	font-size: 12px;
	font-weight: 400;
	color:#0e66d4;
}
.indexContainer .floor-more i{
	width: 14px;
	height: 14px;
	display: inline-block;
	background-image: url(../img/index-img/index-jt.png);
	vertical-align: text-bottom!important;
	margin-left:3px;
}
.indexContainer .noticeTitleList{
	width: 100%;
	height: 46px;
	line-height: 46px;
}
.indexContainer .noticeTitleList a{
	min-width: 70px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	padding:3px;
	color: #011F4F;
	text-align: center;
}
.indexContainer .noticeTitleList span:last-child{
  color: #fff;
}
.indexContainer .active{
	background-color: #EB6100;
	color:#fff!important;
}
.indexContainer .noticeContentList{
	width: 100%;
}
.indexContainer .noticeContentList li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #eeeeee;
}
.indexContainer .noticeContentList li:first-child{
	border-top: 1px dashed #eeeeee;
}
.indexContainer .noticeContentList li a{
	width: 100%;
	height: 100%;
    font-size: 14px;
	font-weight: 400;
}
.indexContainer .noticeContentList li a:hover{
	color:#011F4F;
}
.indexContainer .noticeContentList li a span{
	display: inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
.indexContainer .noticeContentList li a span:nth-child(1){
	width: 65%;
	height: 100%;
}
.indexContainer .noticeContentList li a span:nth-child(2){
	width: 15%;
	height: 100%;
	text-align: left;
	padding-left:5%;
}
.indexContainer .noticeContentList li a span:nth-child(3){
	width: 15%;
	height: 100%;
	text-align: right;
	padding-right: 15px;
	float: right;
}
/* 系统公告 */
.indexContainer .system-notice{
	width: 260px;
	height: 100%;
	background-color: #fff;
	padding:0 20px 0 18px;
}
.indexContainer .system-notice h2{
	width: 100%;
	/*height: 40px;*/
	/*line-height: 40px;*/
	position: relative;
}

.indexContainer .system-notice ul{
	padding:0;
}
.indexContainer .mainFloorTwo{
	width: 100%;
	height: 738px;
	margin:20px 0;
}
.indexContainer .mainFloorTwoL{
	width: 920px;
	height: 100%;
}
/* 分支机构公告动态 */
.indexContainer .mainFloorTwoL .branchOffices{
	width: 920px;
	height: 448px;
	background-color: #fff;
	padding: 0 22px 0 17px;
}
/* 政策法规 */
.indexContainer .mainFloorTwo .policiesRegulation{
	width: 100%;
	height: 270px;
	background-color: #fff;
	margin-top:20px;
	padding: 0 22px 0 17px;
}
.indexContainer .mainFloorTwo .policiesRegulation ul{
	/*padding:10px 0;*/
}
.indexContainer .mainFloorTwo .policiesRegulation ul li:first-child{
	border-top:none;
}
/*.indexContainer .mainFloorTwo .policiesRegulation ul li{*/
/*	height: 30px;*/
/*	line-height: 30px;*/
/*	border: none;*/
/*	position: relative;*/
/*}*/
.indexContainer .mainFloorTwo .policiesRegulation ul li:before{
    content: ' ';
	position: relative;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #c9c9c9;
	border-bottom: 5px solid transparent;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.indexContainer .mainFloorTwo .policiesRegulation ul li:hover:before{
	border-left-color: #011F4F;
}
.indexContainer .mainFloorTwo .policiesRegulation ul li a:hover{
	color:#011F4F;
}
.indexContainer .mainFloorTwo .policiesRegulation ul li span:first-child{
	width: 60%;
	float: left;
}
.indexContainer .mainFloorTwo .policiesRegulation ul li span:last-child{
	width: 20%;
	float: right;
	text-align: right;
	padding-right:15px;
	/*font-size: 12px;*/
	/*color:#999999;*/
}
/* 咨询  */
.indexContainer .mainFloorTwoR{
	width: 260px;
	height: 100%;
}
.indexContainer .mainFloorTwoR .consultList{
	width: 100%;
	height: 282px;
}
.indexContainer .mainFloorTwoR .consultList li{
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-bottom: 20px;
}
.indexContainer .mainFloorTwoR .consultList li a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color:#ffff;
	font-size: 16px;
	font-weight: 400;
}
.indexContainer .mainFloorTwoR .consultList li img{
	margin-left:27px;
}
.indexContainer .mainFloorTwoR .consultList li span{
	margin-left:18px;
}
.indexContainer .mainFloorTwoR .consultList li:nth-child(1){
	background: #0e66d4;
}
.indexContainer .mainFloorTwoR .consultList li:nth-child(2){
	background: #4EADEA;
}
.indexContainer .mainFloorTwoR .consultList li:nth-child(3){
	background: #02E0DD;
	margin-bottom: 0;
}
/* 常见问题 */
.indexContainer .mainFloorTwoR .commonProblem{
	width: 100%;
	height: 738px;
	background-color: #fff;
	padding: 0 20px 0 18px;
	/*margin-top:20px;*/
}
.indexContainer .commonProblem .indexh2b{
	position: relative;
}
.indexContainer .commonProblem .indexUlListb{
	padding:0;
}
.indexContainer .commonProblem .indexUlListb li{
	/*height: 28px;*/
	/*line-height: 25px;*/
}
/* 相关链接 */
.indexContainer .cooperationWebsite{
	width: 100%;
	height: 100px;
	background-color: #fff;
    padding: 0 22px 0 17px;
}
.indexContainer .cooperationWebsite ul{
	width: 100%;
	height: 20px;
	margin-top: 15px;
}
.indexContainer .cooperationWebsite ul li{
	width: 232px;
	height: 20px;
	line-height: 20px;
	background: #ffffff;
	/*border: 1px solid #eeeeee;*/
	float: left;
	border-right: none;
	text-align: center;
}
.indexContainer .cooperationWebsite ul li:last-child{
	/*border-right:1px solid #eeeeee; ;*/
}
.flort_l{
	float: left;
}
.flort_r{
	float: right;
}
.ellipsisBox{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
